include gdkkeysysms.h if compiling gdk_keyval_convert_case.
authorOwen Taylor <otaylor@redhat.com>
Fri, 1 Mar 2002 01:05:11 +0000 (01:05 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 1 Mar 2002 01:05:11 +0000 (01:05 +0000)
commitfce84d0535303ac78fc30f664eb7ca2f92c2a278
tree9f3fd06fc6dc5a866f0ce7fba6a577b200344212
parent8b26dc2cf15f61301974ba0ebd44dcd510ad75d3
include gdkkeysysms.h if compiling gdk_keyval_convert_case.

Thu Feb 28 19:55:01 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkkeys.c: include gdkkeysysms.h if
        compiling gdk_keyval_convert_case.

        * gtk/gtkmenubar.c (gtk_menu_bar_cycle_focus): Implement
        <Control>Tab <Control><Shift>Tab to cycle between
        all menu bars in a toplevel once one is up.

        * tests/testgtk.c: Add a second menubar, this
        example is already full of crack anyways.

        * gtk/gtkmenushell.c (gtk_menu_shell_key_press): Padd
        unhandled events up to the parent menu shell.

        * gtk/gtkmenuitem.c (gtk_menu_item_select_timeout): Only
        pop up the menu if the parent menu shell is still active.

        * gtk/gtkcontainer.[ch] (_gtk_container_focus_sort): Add a
        old_focus argument, export privately.
15 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkkeys.c
gtk/gtkcontainer.c
gtk/gtkcontainer.h
gtk/gtkmenubar.c
gtk/gtkmenuitem.c
gtk/gtkmenushell.c
gtk/gtkscrolledwindow.c
tests/testgtk.c